projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e457cc
)
* lisp/textmodes/conf-mode.el (conf-font-lock-keywords): Minor tweak (Bug#7712).
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 29 Dec 2010 11:02:48 +0000
(19:02 +0800)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 29 Dec 2010 11:02:48 +0000
(19:02 +0800)
Use single quote instead of unused backquote.
lisp/textmodes/conf-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/conf-mode.el
b/lisp/textmodes/conf-mode.el
index 667818db3498145c5d80cdeef9db34c4c93caaa7..f8d9d2b0a7693415d9522fd3b3aa5147efe016b7 100644
(file)
--- a/
lisp/textmodes/conf-mode.el
+++ b/
lisp/textmodes/conf-mode.el
@@
-178,7
+178,7
@@
not align (only setting space according to `conf-assignment-space')."
(defvar conf-font-lock-keywords
-
`
(;; [section] (do this first because it may look like a parameter)
+
'
(;; [section] (do this first because it may look like a parameter)
("^[ \t]*\\[\\(.+\\)\\]" 1 'font-lock-type-face)
;; var=val or var[index]=val
("^[ \t]*\\(.+?\\)\\(?:\\[\\(.*?\\)\\]\\)?[ \t]*="